home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.txt_number = 1;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even31 == 1)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'ll leave the cheese there for now.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think it would be a smart idea to stick my hand in there.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even31 == 1)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I thought there\'d be a mouse in there and this cheese would attract it, but it doesn\'t seem like one is in there.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s a small hole in the wall.";
- }
- }
- if(_root.micon._currentframe == 48)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(1);
- _root.even31 = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hmm that did nothing.";
- }
- }
- }
-